home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dvips / RCS / config.ps,v < prev    next >
Encoding:
Text File  |  1990-11-10  |  1.6 KB  |  119 lines

  1. head     1.5;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.5
  10. date     90.11.10.01.00.01;  author tve;  state Exp;
  11. branches ;
  12. next     1.4;
  13.  
  14. 1.4
  15. date     90.03.01.23.23.52;  author shirriff;  state Exp;
  16. branches ;
  17. next     1.3;
  18.  
  19. 1.3
  20. date     90.02.27.14.11.10;  author douglis;  state Exp;
  21. branches ;
  22. next     1.2;
  23.  
  24. 1.2
  25. date     90.02.27.13.50.31;  author douglis;  state Exp;
  26. branches ;
  27. next     1.1;
  28.  
  29. 1.1
  30. date     90.02.26.23.54.42;  author shirriff;  state Exp;
  31. branches ;
  32. next     ;
  33.  
  34.  
  35. desc
  36. @@
  37.  
  38.  
  39. 1.5
  40. log
  41. @Added reasonable handling of -Pprinter option and of $PRINTER
  42. environment variable.
  43. @
  44. text
  45. @*
  46. *   We have half a megabyte of VM; let's be conservative and claim a bit less.
  47. *   Not really... seems like maybe we only have 150K.  seen in another config
  48. *   file -- 140K.  let's go for it.
  49. * m 400000
  50. m 140000
  51. * (for testing I claim a LOT less! Uncomment this if you want to see sections.)
  52. * m 100000
  53. *
  54. *   And send output by default to lpr.
  55. *
  56. * o !lpr
  57. *   Oh, just added hack to get printer name into output string: $ get replaced
  58. o !lpr -P$
  59. *
  60. *   Default resolution.
  61. *
  62. D 300
  63. *
  64. *   Stack pages correctly, assuming that they come out face-up.
  65. *
  66. * r
  67. *
  68. *
  69. *   Always compress the fonts, since we've got fast computers and slow ports.
  70. *
  71. * But on the other hand, things don't seem to work if we compress fonts.
  72. *Z
  73. @
  74.  
  75.  
  76. 1.4
  77. log
  78. @Made pages print out in right order.
  79. @
  80. text
  81. @d12 3
  82. a14 1
  83. o !lpr
  84. @
  85.  
  86.  
  87. 1.3
  88. log
  89. @trim max vm usage
  90. @
  91. text
  92. @d20 1
  93. a20 1
  94. r
  95. @
  96.  
  97.  
  98. 1.2
  99. log
  100. @KS changes for not compressing fonts
  101. @
  102. text
  103. @d3 4
  104. a6 2
  105. *
  106. *m 400000
  107. @
  108.  
  109.  
  110. 1.1
  111. log
  112. @Initial revision
  113. @
  114. text
  115. @d23 2
  116. a24 1
  117. Z
  118. @
  119.